home *** CD-ROM | disk | FTP | other *** search
- object frmGMisc: TfrmGMisc
- Left = 0
- Top = 0
- Width = 600
- Height = 400
- TabOrder = 0
- TabStop = True
- DesignSize = (
- 600
- 400)
- object lProfilePassword: TTntLabel
- Left = 8
- Top = 11
- Width = 276
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Password protect this profile from modification or deletion'
- end
- object eProfilePassword: TTntEdit
- Left = 8
- Top = 27
- Width = 161
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- OnExit = eProfilePasswordExit
- end
- end
-